home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / moma100.zip / MOMA.DOC < prev    next >
Text File  |  1994-07-16  |  3KB  |  86 lines

  1.  
  2.  
  3.                         MOnitor Message Areas
  4.                           abbreviated MOMA
  5.  
  6.                             User's Guide
  7.                   ----------------------------------
  8.                             version 1.00
  9.                            July 16, 1994
  10.  
  11.  
  12. ----------------
  13. i) Introduction
  14. ----------------
  15.  
  16.   Modern electronic bulletin boards typically have many message areas, 
  17.   sometimes thousands of them, and the sysop cannot hope to track which of 
  18.   them get used.  MOMA is a tool for monitoring message areas, generating a
  19.   report of how many users access each message area.
  20.  
  21.   MOMA reads Maximus's lastread pointer files (*.sql or lastread.), compares 
  22.   them with copies saved from the previous run, and reports how many lastread 
  23.   pointers have changed.  Generally, the lastread pointer only changes when a 
  24.   user reads messages, so MOMAs report gives the sysop a metric on which
  25.   areas are getting read, and which aren't.
  26.  
  27.  
  28.   RESTRICTION:
  29.   This product is the copyrighted work of David V. Keeney.  It may be freely
  30.   distributed by any means, as long as it is represented as unrestricted- 
  31.   distribution.  (You may charge a reasonable fee for it's distribution, but 
  32.   you may not charge for the right to use it.)
  33.  
  34.   DISCLAIMER:
  35.   I am not liable for any harm resulting from the use of this product.  I do 
  36.   _believe_ it to be safe and reliable.
  37.  
  38.  
  39.                          David Keeney
  40.                          1111 10th St #175
  41.                          Alamogordo, NM 88310
  42.  
  43.                          Fido 1:308/230
  44.                          The MAD Board
  45.                          (505) 437-4077
  46.  
  47.  
  48.  
  49.   The command line for MOMA is:
  50.  
  51.   MOMA <area.dat> <report.rpt>
  52.  
  53.     <area.dat> is the name and path of the Maximus Area.dat file.
  54.  
  55.     <report.rpt> is the name and path of the ascii report.  MOMA uses the 
  56.     report to store cumulative access counts, so the report is read if it 
  57.     exists, and then rewritten.  It is an ascii document, readably by you, and 
  58.     useable as an online bulletin, if desired.  If you wish to reformat the 
  59.     report for display, make and edit a copy, rather than the original.
  60.  
  61.  
  62.   I recommend that you run MOMA daily, in your nightly event.  At any time, the 
  63.   report will have a cumulative measure of area usage.
  64.  
  65.   The FIRST time you run MOMA, it will report 0 accesses for every area, 
  66.   because it has no saved pointer data.  Subsequent runs will count message
  67.   area accesses since the previous execution of MOMA.
  68.  
  69.   There are some utilities that change the lastread pointers without a 
  70.   corresponding reading of messages.
  71.  
  72.   The utilities I am aware of that change lr pointers, are the Prefix/Postfix
  73.   pair, and SqFix.  If you use these utilities, you should run MOMA 
  74.   beforehand and then, after running the respective utility, copy the lastread
  75.   pointer file to a filename with extension .MLR.  That is, copy the name.SQL 
  76.   file to name.MLR.  The next time MOMA is run, it will pickup only the 
  77.   changes made since the .MLR file creation/overwriting.
  78.  
  79.  
  80.   If you have any complaints, please let me know, and I'll try to correct the 
  81.   program.  If you have ideas for new utilities, let me know, and I may 
  82.   implement them.
  83.  
  84.   Enjoy.
  85.   Dave
  86.